core dump - significado y definición. Qué es core dump
Diclib.com
Diccionario en línea

Qué (quién) es core dump - definición

RECORD OF MEMORY AT THE EXACT MOMENT A COMPUTER PROGRAM CRASHES, IS TERMINATED OR EXPLICITLY REQUESTS A DUMP
Core file; Core Dump; Memory dump; Coredump; Dumpfile; Dump file; Crash dump; Vmcore; Minidump; Crashdump; Dump core; Storage dump

core dump         
<programming, operating system, jargon> Common Iron Age jargon, preserved by Unix for a memory dump. The term is also used for a complete account of a human's knowledge on some subject (also brain dump), especially in a lecture or answer to an exam question. [Jargon File] (2007-05-09)
Core dump         
In computing, a core dump, memory dump, crash dump, storage dump, system dump, or ABEND dump consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has crashed or otherwise terminated abnormally. In practice, other key pieces of program state are usually dumped at the same time, including the processor registers, which may include the program counter and stack pointer, memory management information, and other processor and operating system flags and information.
core dump         
¦ noun Computing a dump of the contents of main memory, carried out typically as an aid to debugging.

Wikipedia

Core dump

In computing, a core dump, memory dump, crash dump, storage dump, system dump, or ABEND dump consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has crashed or otherwise terminated abnormally. In practice, other key pieces of program state are usually dumped at the same time, including the processor registers, which may include the program counter and stack pointer, memory management information, and other processor and operating system flags and information. A snapshot dump (or snap dump) is a memory dump requested by the computer operator or by the running program, after which the program is able to continue. Core dumps are often used to assist in diagnosing and debugging errors in computer programs.

On many operating systems, a fatal exception in a program automatically triggers a core dump. By extension, the phrase "to dump core" has come to mean in many cases, any fatal error, regardless of whether a record of the program memory exists. The term "core dump", "memory dump", or just "dump" has also become jargon to indicate any output of a large amount of raw data for further examination or other purposes.